golang.org/x/tools/internal/pkgbits.PkgDecoder.elemEndsEnds (field)
9 uses
golang.org/x/tools/internal/pkgbits (current package)
decoder.go#L55: elemEndsEnds [numRelocs]uint32
decoder.go#L95: assert(binary.Read(r, binary.LittleEndian, pr.elemEndsEnds[:]) == nil)
decoder.go#L97: pr.elemEnds = make([]uint32, pr.elemEndsEnds[len(pr.elemEndsEnds)-1])
decoder.go#L113: count := int(pr.elemEndsEnds[k])
decoder.go#L115: count -= int(pr.elemEndsEnds[k-1])
decoder.go#L137: absIdx += int(pr.elemEndsEnds[k-1])
decoder.go#L139: if absIdx >= int(pr.elemEndsEnds[k]) {
decoder.go#L140: panicf("%v:%v is out of bounds; %v", k, idx, pr.elemEndsEnds)
The pages are generated with Golds v0.7.6. (GOOS=linux GOARCH=amd64)